body {
  margin: 0;
  font-family: 'OpenSansRegular';
}
.container-fluid {
  max-width: 1000px;
  min-width: 1000px;
}
a {
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.fon {
  background-color: #f6fafd !important;
  padding-top: 30px;
}
.b-header {
  background-image: url('../images/header.png');
  background-position: right center;
  width: 100%;
  position: relative;
  padding-bottom: 6px;
  background-size: cover;
}
.b-header__logo {
  padding-left: 20px !important;
  padding-top: 31px;
}
.b-header__company-info {
  padding-right: 0px !important;
  padding-top: 46px;
  text-align: right;
}
.b-header__company-info p {
  font-size: 17px;
  color: #666666;
  letter-spacing: -0.2px;
  margin-bottom: 27px;
}
.b-header__company-info span {
  display: block;
  font-size: 25px;
  font-family: 'OpenSansBold';
  line-height: 1.1;
  margin-top: 4px;
  letter-spacing: -0.3px;
}
.b-header__company-info a {
  display: block;
  color: #3d9bdc;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.b-btn {
  float: left;
  color: #0478ae;
  font-size: 16px;
  font-family: 'OpenSansBold';
  background: none;
  text-transform: uppercase;
  text-decoration: none;
}
.b-btn:hover {
  background: #FFF;
}
.b-btn_blue {
  background: #81d6f1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81d6f1), color-stop(100%, #50bbea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #81d6f1 0%, #50bbea 100%);
  /* W3C */

  color: #FFF;
}
.b-btn_blue:hover {
  background: #50bbea !important;
}
.b-menu__btn {
  padding: 0 !important;
}
.b-menu {
  background: #feffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #d3e5ef), color-stop(100%, #1e5799));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
  /* W3C */
}
.b-menu a {
  padding: 29px 0 27px;
  width: 200px;
  text-align: center;
  border-right: 1px solid #e1eff6;
}
.b-menu a:last-child {
  border-right: none;
}
.b-ba__img {
  width: 600px;
  height: 300px;
  overflow: hidden;
  float: left;
}
.b-ba__img img {
  min-width: 100%;
  min-height: 100%;
}
.b-ba__text {
  position: relative;
  background: #FFF;
  float: left;
  width: 400px;
  height: 300px;
}
.b-ba__text p {
  color: #087cbe;
  font-size: 18px;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: 0;
  right: 0;
  letter-spacing: .55px;
}
.b-ba__text img {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 80px;
}
.b-ba__bottom-text {
  padding: 34px 15px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .4px;
  background: #FFF;
  border-top: 1px solid #dae9ef;
}
.b-about {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.b-about__text {
  text-align: center;
}
.b-about__text p {
  color: #f6fafd;
  font-size: 35px;
  font-family: 'OpenSansBold';
}
.b-about__text span {
  color: #666666;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 66px;
  display: block;
}
.b-about__cyr {
  position: absolute;
  width: 100%;
  height: 130px;
  left: -11px;
  top: 71px;
  background-image: url('../images/b-about__cyr.png');
  background-position: center;
  background-repeat: no-repeat;
}
.b-about__line {
  width: 100%;
  height: 3px;
  background: #fc7e3a;
  left: 0;
  top: 134px;
  position: absolute;
}
.b-title {
  width: 100%;
  text-transform: uppercase;
  color: #0478ae;
  font-size: 25px;
  font-family: 'OpenSansBold';
  text-align: center;
  margin: 50px 0;
}
.b-promo {
  margin-top: -3px;
}
.b-promo__item {
    padding: 0 !important;
    height: 392px;
    position: relative;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
}
.b-promo__item:last-child {
  margin-right: 0;
}
.b-promo__item h3 {
  color: #666666;
  font-size: 16px;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
  text-align: center;
  padding: 27px 0;
  margin: 0;
  letter-spacing: -0.3px;
  border-bottom: 1px solid #dae9ef;
}
.b-promo__item p {
  color: #666666;
  font-size: 14px;
  text-align: center;
  padding: 0 25px;
  margin: 24px 0;
  line-height: 1.25;
  letter-spacing: .3px;
}
.b-promo__item img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-forma {
  margin-top: 63px;
  width: 100%;
}
.b-forma h2 {
  margin: 0;
  padding: 21px 0 29px;
  color: #FFF;
  font-family: 'OpenSansBold';
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  background: #fc7e3a;
}
.b-forma form {
  background: #d8eff8;
  text-align: center;
  padding: 40px 0;
}
.b-forma input {
  border: 1px solid #b7d4ea;
  background: #FFF;
  color: #666666;
  font-size: 18px;
  padding: 10px 19px;
  margin-right: 15px;
  width: 321px;
}
.b-forma input:nth-child(4) {
  margin-right: 0;
}
.b-forma input.error {
  border: 1px solid #cf0606;
}
.b-forma input:-moz-placeholder {
  color: #666666;
  font-family: 'OpenSansRegular';
}
.b-forma input:-webkit-input-placeholder {
  color: #666666;
  font-family: 'OpenSansRegular';
}
.b-forma a {
  float: none;
  display: block;
  width: 243px;
  margin: 39px auto 0;
  padding: 18px 0;
  font-size: 25px;
}
.b-call__area .b-forma a {margin: 0;}
.b-call {
  background: #255e72;
}
.b-call__area {
  width: 1000px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.b-call__area img {
  position: absolute;
  top: -11px;
  left: -167px;
}
.b-call__area p {
  color: #f6fafd;
  font-size: 18px;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
  text-align: left;
  margin: 0px 0 0 421px;
  padding: 39px 0 30px;
  letter-spacing: -0.2px;
  z-index: 2;
  position: relative;
}
.b-call__area span {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
.b-service {
  padding-top: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.b-service__item {
  margin-top: -8px;
  background: #FFF;
  overflow: hidden;
  padding: 0 !important;
  border-right: 1px solid #dae9ef;
}
.b-service__item:last-child {
  border: none;
}
.b-service__item img {
  width: 100%;
}
.b-service__item h3 {
  font-size: 16px;
  color: #666666;
  font-family: 'OpenSansBold';
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 23px 60px;
  line-height: 1.5;
}
.b-service__item a {
  position: absolute;
  top: 124px;
  left: 60px;
  font-size: 18px;
  padding: 19px 49px 17px;
}
.b-service__form {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 348px;
}
.b-service__form form {
  background: #FFF;
  width: 100%;
  padding: 30px 48px;
}
.b-service__form input {
  border: 1px solid #b7d4ea;
  background: #FFF;
  color: #666666;
  font-size: 18px;
  padding: 10px 19px;
  margin-right: 20px;
  width: 440px;
}
.b-service__form input:nth-child(4) {
  margin-right: 0;
}
.b-service__form input.error {
  border: 1px solid #cf0606;
}
.b-service__form .b-form__msg {
  display: none;
  position: absolute;
  font-size: 15px;
  text-align: center;
  width: 309px;
  padding: 15px 0;
  bottom: 20px;
  color: #FFF;
}
.b-service__form .b-form__msg.error {
  left: 48px;
  background: #cf0606;
}
.b-service__form .b-form__msg.ok {
  background: #67b80b;
  right: 48px;
}
.b-forma .b-form__msg {
  display: none;
  position: absolute;
  font-size: 15px;
  text-align: center;
  width: 270px;
  padding: 15px 0;
  bottom: -5px;
  color: #FFF;
}
.b-forma .b-form__msg.error {
  left: 77px;
  background: #cf0606;
}
.b-forma .b-form__msg.ok {
  background: #67b80b;
  right: 77px;
}
.b-form-fancy .b-form__msg {
  display: none;
  position: inherit;
  font-size: 15px;
  text-align: center;
  width: 300px;
  padding: 15px 0;
  bottom: 20px;
  color: #FFF;
}
.b-form-fancy .b-form__msg.error {
  left: 48px;
  background: #cf0606;
}
.b-form-fancy .b-form__msg.ok {
  background: #67b80b;
  right: 48px;
}
.b-service__form textarea {
  border: 1px solid #b7d4ea;
  background: #FFF;
  color: #666666;
  font-size: 18px;
  padding: 10px 19px;
  width: 100%;
  margin-top: 20px;
  resize: none;
  height: 109px;
  margin-bottom: 17px;
}
.b-service__form input:-moz-placeholder {
  color: #666666;
  font-family: 'OpenSansRegular';
}
.b-service__form input:-webkit-input-placeholder {
  color: #666666;
  font-family: 'OpenSansRegular';
}
.b-service__form a {
  float: none;
  margin: 0 auto;
  display: block;
  width: 242px;
  text-align: center;
  padding: 24px 0;
}
.b-service__form .b-form__close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  cursor: pointer;
}
.b-form__title {
  width: 100%;
  position: relative;
  border-bottom: 8px solid #fc7e3a;
}
.b-form__title h3 {
  cursor: pointer;
  color: #FFF;
  font-family: 'OpenSansBold';
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  width: 411px;
  font-size: 18px;
  text-transform: uppercase;
  background: #fc7e3a;
  border-radius: 18px 18px 0 0;
  padding: 27px 0 14px;
}
.b-service__fancy {
  display: none;
  padding: 25px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 134px;
  background: #FFF;
}
.b-service__fancy .b-fancy__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.b-service__fancy .b-fancy__link {
  float: left;
  margin-right: 38px;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
  color: #3d9bdc;
  font-size: 16px;
  text-decoration: underline;
}
.b-service__fancy .b-fancy__link:hover {
  text-decoration: none;
  color: #666666;
}
.b-service__fancy .b-fancy__link_active {
  color: #666666;
  text-decoration: none;
}
.b-service__fancy p {
  display: none;
  color: #666666;
  font-size: 14px;
  float: left;
  margin-top: 25px;
  margin-bottom: 70px;
  z-index: 1;
}
.b-equipment {
  margin-top: 15px;
}
.b-equipment .row {
  margin-top: -3px;
}
.b-equipment__item {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  width: 319px !important;
  background: #FFF;
  margin-right: 20px;
}
.b-equipment__item:last-child {
  margin-right: 0;
}
.b-equipment__item .b-description {
  display: table;
  width: 100%;
  height: 159px;
}
.b-equipment__item .b-vert-al {
  display: table-cell;
  vertical-align: middle;
}
.b-equipment__item p {
  color: #666666;
  font-size: 14px;
  background-image: url("../images/ok.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin: 0;
  margin-left: 20px;
}
.b-equipment__item a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0 17px;
}
.b-description_more {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 64px;
  background: #FFF;
  right: 0;
}
.b-description_more .b-description__title {
  font-size: 16px;
  font-family: 'OpenSansBold';
  margin-bottom: 5px;
}
.b-description_more .b-description__title_b {
  text-transform: uppercase;
  margin: 25px 0 9px;
}
.b-description_more p {
  margin: 0;
  background: none;
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 1.2;
}
.b-description_more .b-description__call {
  border-top: 1px solid #dae9ef;
  width: 100%;
  margin-top: 29px;
  padding-top: 16px;
}
.b-description_more span {
  color: #67b80b;
  font-size: 20px;
  font-family: 'OpenSansBold';
}
.b-description_more a {
  color: #3d9bdc;
  font-size: 14px;
  margin-left: 20px;
}
.b-description_more img {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.b-pools {
  margin-top: 17px;
}
.b-pools .row {
  margin-top: -6px;
  background: #FFF;
}
.b-pools__img {
  padding: 0 !important;
}
.b-pools__row {
  margin-bottom: 23px;
  display: table-row;
  width: 100%;
  float: left;
}
.b-pools__row p {
  color: #666666;
  font-size: 14px;
  width: 201px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 19px;
}
.b-pools__row span {
  font-family: 'OpenSansBold';
  font-size: 30px;
  color: #FFF;
  background: #67b80b;
  border-radius: 50%;
  padding: 1px 13px;
  display: table-cell;
  vertical-align: middle;
}
.b-pools__text {
  padding: 50px 44px 0 !important;
}
.b-work {
  text-align: center;
}
.b-work .b-item {
  padding: 0 !important;
  width: 332px !important;
  margin-right: 2px;
  display: inline-block; /* Строчно-блочный элемент */
  position: relative; /* Относительное позиционирование */
}
.b-work .b-item:hover::after {
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: 0; right: 0; bottom: 0px; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,255,0.8);
    color: #000;
    text-align: center; /* Выравнивание текста по центру */
    font-size: 14px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
 }

.b-work .b-item:last-child {
  margin-right: 0;
}
.b-work .row {
  margin-bottom: 3px;
}
.b-work a {
  float: none;
  text-align: center;
  padding: 17px 93px;
  font-size: 18px;
  margin: 35px auto 0;
  display: block;
  width: 332px;
}
.b-work .b-work__ov {
  height: 406px;
  overflow: hidden;
}
.b-certificates {
  margin-top: 15px;
}
.b-certificates__img {
  width: 235px !important;
  padding: 0 !important;
  margin-right: 20px;
}
.b-certificates__img:last-child {
  margin-right: 0;
}
.b-certificates__img img {
  width: 100%;
}
.b-reviews {
  margin-top: 12px;
}
.b-reviews h2 {
  margin-bottom: 37px;
}
.b-reviews a {
  float: none;
  text-align: center;
  padding: 17px 93px;
  font-size: 18px;
  margin: 20px auto 0;
  display: block;
  width: 332px;
}
.b-reviews .b-reviews__ov {
  height: 415px;
  overflow: hidden;
}
.b-reviews .row {
  margin-bottom: 30px;
}
.b-review p {
  color: #666666;
  margin: 0;
}
.b-review .b-review__company {
  font-family: 'OpenSansItalic';
  font-size: 14px;
  margin-bottom: 30px;
}
.b-review .b-review__name {
  font-family: 'OpenSansBold';
  font-size: 16px;
  text-transform: uppercase;
}
.b-review .b-review__text {
  font-size: 14px;
}
.b-contact__map {
  width: 100%;
  position: absolute;
  left: 0;
  top: 84px;
}
.b-contact {
  margin-top: 70px;
  position: relative;
}
.b-contact .b-address__text {
  font-size: 18px;
}
.b-contact .b-address__phone {
  font-family: 'OpenSansBold';
  font-size: 25px;
}
.b-contact .b-address__time {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 35px;
}
.b-contact p {
  color: #666666;
  margin-left: 43px;
}
.b-contact .b-address {
  padding: 52px 15px !important;
}
.b-contact span {
  font-size: 12px;
}
.b-footer {
  margin-top: 70px;
  padding: 70px 0 25px;
  background: #255e72;
}
.b-footer a {
  float: left;
  margin-right: 40px;
  margin-bottom: 25px;
  color: #63c7ea;
  font-size: 15px;
}
.b-footer a:hover {
  color: #FFF;
}
.b-footer .b-copyright {
  text-align: center;
}
.b-footer .b-copyright a {
  float: none;
  width: 153px;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 auto;
}
.b-form-fancy {
  width: 300px;
}
.b-form-fancy h3 {
  font-family: 'OpenSansBold';
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  color: #0478ae;
}
.b-form-fancy input {
  border: 1px solid #b7d4ea;
  background: #FFF;
  color: #666666;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px 19px;
  width: 300px;
}
.b-form-fancy input:nth-child(4) {
  margin-right: 0;
}
.b-form-fancy input.error {
  border: 1px solid #cf0606;
}
.b-form-fancy textarea {
  border: 1px solid #b7d4ea;
  background: #FFF;
  color: #666666;
  font-size: 18px;
  padding: 10px 19px;
  width: 300px;
  resize: none;
  height: 109px;
}
.b-form-fancy input:-moz-placeholder {
  color: #666666;
  font-family: 'OpenSansRegular';
}
.b-form-fancy input:-webkit-input-placeholder {
  color: #666666;
  font-family: 'OpenSansRegular';
}
.b-form-fancy a {
  float: none;
  margin: 30px auto 0;
  display: block;
  width: 242px;
  text-align: center;
  padding: 15px 0;
}
#move-up {
   position: fixed;
   bottom: 1.5em;
   left: 10%;
   display: none;
   text-align: center;
   text-decoration: none;
   color: #fff;
   background: #FC7E3A;
   border: 1px solid #ddd;
   padding: 10px 20px;
   opacity: 0.8;
   filter: alpha(opacity=80);
}
#move-up:hover {
   color: #000;
   background: #FC7E3A;
}
.b-address2 {display: none;}

.b-contact2 {display: none;}

.navbar {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15%!important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {background: none!important;}

.vosmerka b {margin: 112px 0 0 -15px; margin-left: 95px!important;padding: 5px 20px;border: 1px solid #fc7e3a; background-color: #fc7e3a; border-radius: 50px}
.nevosmerka b {margin: 112px 0 0 9px; margin-left: -105px!important;padding: 5px 20px;border: 1px solid #fc7e3a; background-color: #fc7e3a; border-radius: 50px}



.b-header__company-info {margin-left: -5px!important;}
@media screen and (max-width: 375px) {
.vosmerka b {margin: 112px 0 0 -15px!important; padding: 5px 20px;border: 1px solid #fc7e3a; background-color: #fc7e3a; border-radius: 50px}
.nevosmerka b {margin: 112px 0 0 9px!important; padding: 5px 20px;border: 1px solid #fc7e3a; background-color: #fc7e3a; border-radius: 50px}
.b-header__company-info a {display: block;color: #ffffff;}
.b-review {margin-bottom: 20px;}
.b-reviews .b-reviews__ov {height: 100%;width: 100%;padding: 0 15px;}
.b-forma {margin-top: 0px;}
.b-forma input {margin-right: 0px;}
.b-call__area {width: 100%;}
.b-call__area img {width: 100%;position: inherit;top: 40px;left: 0px;}
.b-call__area p {margin: 0; text-align: center;}
.b-certificates__img {margin-right: 0;margin-bottom: 20px;}
.b-pools__img {display: none;}
.b-pools__row {padding-left: 10px!important;}
.b-equipment__item {margin-bottom: 40px;}
.b-certificates__img {margin-left: 16%;}
.b-address {display: none;}
.b-about {overflow: hidden;}
.b-about .container {padding: 0px;}
.b-about .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding: 0px!important;}
.b-about__text p {margin-top: 20px; }
.b-about__text span {font-size: 11px;margin-top: 46px;}
.b-about__text b {padding: 5px 20px;border: 1px solid #fc7e3a; background-color: #fc7e3a; border-radius: 50px}
.b-equipment__item {width: 100% !important;margin-right: 0px;}
.b-promo__item {margin-bottom: 60px;width: 100%!important;}
.b-promo__item img {position: inherit;width: 100%;}
.b-equipment__item img {width:100%;}
.b-footer {margin-top: 270px;}
.b-work .b-item {width:100%!important;}
#move-up {left: 5%;}
.b-address2 {text-align: center;margin-top: 350px;margin-bottom: -230px;display: block;}
.b-contact2 {display: block;}
.b-copyright {padding-bottom: 20px;text-align: right;}
.b-header__logo {text-align: center;margin-top: 20px;}
.b-header__company-info {text-align: center!important;margin-left: 0!important;margin-bottom: 20px;color: #fff!important;text-shadow: 1px 1px 2px black, 0 0 1em black;}
.b-header__company-info p {color: #fff;}
.b-menu a {width: 100%;border: 0px;}
.b-service__form {display: none;}
.b-ba__item {width: 300px;}
.b-ba__text {width: 320px;}
.navbar {margin-left: 0!important;}
}

.navbar {border: 0px!important;}












.burger-icon {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17.5px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}
.burger-icon > span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger-right {
  right: 15px;
}

.burger-left {
  left: 15px;
}

.burger-icon > span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-icon > span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-icon > span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-icon.open > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.burger-icon.open > span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.burger-icon.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}

/**
 * Component navbar
 */
#main-navbar {
	
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #d3e5ef), color-stop(100%, #1e5799));
    background: -webkit-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
    background: -o-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
    background: -ms-linear-gradient(top, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
    background: linear-gradient(to bottom, #feffff 0%, #d3e5ef 100%, #1e5799 100%);
    border: 1px solid #e1eff6;
    color: #0478ae;
}
@media (max-width: 992px) {
  #main-navbar .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/** Base class */
.navbar:before, .navbar:after {
  content: " ";
  /** 1 */
  display: table;
  /** 2 */
}
.navbar:after {
  clear: both;
}
@media (max-width: 992px) {
  .navbar {
    display: none;
  }
}
.navbar > li {
  position: relative;
  display: block;
}
.navbar > li > a {
  position: relative;
  display: block;
  padding: 20px 35px;
}
.navbar > li > a:hover, .navbar > li > a:focus {
  text-decoration: none;
}

/** Navbar open when small screen */
.navbar.open {
  display: block;
}

/** Responsive navbar */
.navbar > li {
  position: relative;
}
@media (max-width: 544px) {
  .navbar > li {
    width: 100%;
  }
}
@media (min-width: 544px) and (max-width: 992px) {
  .navbar > li {
    width: 50%;
  }
}


/** navigation-nav */
.navigation-nav {
  border: none;
}
.navigation-nav > li {
  float: left;
    border-right: 1px solid #e1eff6;
  /** Dropdown menu */
  /** Active state of tab */
}
.navigation-nav > li > a {
	font-size: 16px;
    font-family: 'OpenSansBold';
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #0478ae;
  transition: background .2s, color .2s;
  -webkit-transition: background .2s, color .2s;
}
.navigation-nav > li:last-child {border-right: 0;}
.navigation-nav > li > a:hover {
  
	
 
  background: #81d6f1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81d6f1), color-stop(100%, #50bbea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #81d6f1 0%, #50bbea 100%);
  /* W3C */

  color: #fff;
}
.navigation-nav > li.dropdown.open {
  background: lightskyblue;
}
.navigation-nav > li.dropdown.open > ul {
  display: block;
}
.navigation-nav > li.dropdown > ul {
  z-index: 1000;
  display: none;
  float: left;
  min-width: 170px;
  padding: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: lightskyblue;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  /** Responsive dropdown menu */
}
@media (max-width: 992px) {
  .navigation-nav > li.dropdown > ul {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navigation-nav > li.dropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.navigation-nav > li.dropdown > ul > li {
  position: relative;
  display: block;
}
.navigation-nav > li.dropdown > ul > li > a {
  position: relative;
  display: block;
  color: #FFFFFF;
  padding: 5px 15px;
}
@media (max-width: 992px) {
  .navigation-nav > li.dropdown > ul > li > a {
    padding: 20px 30px;
  }
}
.navigation-nav > li.dropdown > ul > li > a, .navigation-nav > li.dropdown > ul > li > a:hover, .navigation-nav > li.dropdown > ul > li > a:focus {
  text-decoration: none;
}
.navigation-nav > li.dropdown > ul > li > a:hover, .navigation-nav > li.dropdown > ul > li > a:focus {
  
	
 
  background: #81d6f1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81d6f1), color-stop(100%, #50bbea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #81d6f1 0%, #50bbea 100%);
  /* W3C */

  color: #FFF;
}
.navigation-nav > li.active > a, .navigation-nav > li.active > a:hover, .navigation-nav > li.active > a:focus {
  color: #FFFFFF;
 
  background: #81d6f1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81d6f1), color-stop(100%, #50bbea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #81d6f1 0%, #50bbea 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #81d6f1 0%, #50bbea 100%);
  /* W3C */

  color: #FFF;
}

/** Navigation header when tablet or smartphone */
.navigation-header {
  z-index: 110;
  display: none;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  background: #4490c1;
  height: 60px;
  width: 100%;
  position: relative;
}
.navigation-header > .navigation-brand {
  position: relative;
  display: table;
  color: #FFFFFF;
  padding: 20px 15px;
  background: red;
}
.navigation-header > .navigation-brand, .navigation-header > .navigation-brand:hover, .navigation-header > .navigation-brand:focus {
  text-decoration: none;
}
@media (max-width: 992px) {
  .navigation-header {
    display: block;
  }
}

.icon-left {
  position: absolute;
  top: 0;
  left: 0;
}
.icon-left span {
  left: 15px;
}

.jumbotron {
  margin-top: 30px;
}
.navbar {margin-bottom: 0px!important;}
#contics .col-md-12 {padding: 15px!important;}
